projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8ec8d
)
(interrupt_input_blocked): Make this signed int.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Apr 1993 22:09:23 +0000
(22:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 7 Apr 1993 22:09:23 +0000
(22:09 +0000)
src/blockinput.h
patch
|
blob
|
history
diff --git
a/src/blockinput.h
b/src/blockinput.h
index 0571a64810743632ab09c908341ff111e946e06a..f8b09419b7dbf276de6f5e2a4685679f29ed86f2 100644
(file)
--- a/
src/blockinput.h
+++ b/
src/blockinput.h
@@
-43,7
+43,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
interrupt_input_pending to a non-zero value. If that flag is set
when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */
-extern
unsigned
int interrupt_input_blocked;
+extern int interrupt_input_blocked;
/* Nonzero means an input interrupt has arrived
during the current critical section. */